Configurates
C1.Web.Mvc.ChartAxis<T>.AxisLine. Sets a value indicating whether the axis line is visible.
Syntax
'Declaration
Public Function AxisLine( _
ByVal As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> AxisLine(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also